home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / LISTBOX.PAK / LISTBOX.RH < prev    next >
Text File  |  1997-05-06  |  702b  |  21 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5.  
  6. //
  7. // Menu item ids.
  8. //
  9. #define CM_STANDARD           101
  10. #define CM_MULTI_SEL          102
  11. #define CM_MULTI_COLUMN       103
  12. #define CM_ADD_STRING         104
  13. #define CM_ADD_STRING_AT      105
  14. #define CM_FIND_STRING        107
  15. #define CM_FIND_STRING_AT     108
  16. #define CM_DELETE_STRING      109
  17. #define CM_DELETE_STRING_AT   110
  18. #define CM_CLEAR              111
  19. #define CM_DIR_LIST           112
  20. #define IDM_LISTBOX_MENU      200
  21.